home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / metasploit / src / impurity / Makefile next >
Makefile  |  2006-06-30  |  208b  |  12 lines

  1. all: tracepath
  2.  
  3. .c.o:
  4.     gcc -c $<
  5.  
  6. tracepath: tracepath.c
  7.     diet gcc -Wl,-T,script-ld-impurity -o tracepath tracepath.c -s -static
  8.     /sbin/chpax -m shelldemo >/dev/null 2>&1 || true
  9.  
  10. clean:
  11.     rm -f *.o tracepath
  12.